home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / pceditor.arc / EDITOR.DOC < prev   
Text File  |  1986-11-16  |  29KB  |  977 lines

  1.    Welcome to the crash course on learning how to use PC Editor.
  2.  
  3.    This editor is written for quick and dirty edit jobs.  It's 
  4.  
  5.    small in size so it will not take much needed space away from
  6.  
  7.    the system.  Also its size allows the DOS to load and execute it
  8.  
  9.    faster.  First topic to learn is the function keys.  Only the
  10.  
  11.    first five are define and they are as follows:
  12.  
  13.           F1 - Page forward 20 lines (PgDn also works the same).
  14.       F2 - Page backward 20 lines (PgUp also works the same).
  15.       F3 - Page down 1 line at a time.
  16.       F4 - Insert lines. Must Press This Key Before Adding New Lines.
  17.       F5 - Redisplays page. Used usually after inserting lines (F4).
  18.  
  19.     (Time to either press F1 for the next page or F3 for the next line)
  20.  
  21.  
  22.    Now since you got a feel for paging in the editor, it is time to learn
  23.  
  24.    more about the editor's abilities.  This is a command driven editor
  25.  
  26.    with very simple and few commands to remember.  Most of them are quite
  27.  
  28.    common and can be easily related to other PC programs such as MS-BASIC.
  29.  
  30.    All commands are keyed and entered on the top line.  This will be refered
  31.  
  32.    to as the "command line" from now on.  Any command can be entered on 
  33.       
  34.    this line at any time.  After the command is executed, a reply to the
  35.  
  36.    execution is displayed on the second line.  This will be refered to as
  37.  
  38.    the "reply line" from now on.  Most of the editor's commands are not
  39.  
  40.    needed by everyone but are still there just in case.  For the size of 
  41.  
  42.    the editor, you might be suprised by the preformance and power.
  43.  
  44.  
  45.  How to LOAD a File into the Editor:
  46.  
  47.    The editor accourse has a command to do this and probably is the most
  48.  
  49.    common used command.  All you have to do is type on the command line
  50.  
  51.    the word "LOAD" followed by a file name.  The first page of the file
  52.   
  53.    will be display after it is loaded.  After editing a file, you must 
  54.  
  55.    save the changes to the disk drive.
  56.  
  57.  How to SAVE a File from the Editor:
  58.  
  59.    The Editor won't ever save a file for you.  After making the 
  60.  
  61.    changes needed, you must type on the command line the word 
  62.  
  63.    "SAVE" followed by a file name or an asterisk (*).  The asterisk
  64.  
  65.    will tell the editor to save the file under the last file name
  66.  
  67.    used which is displayed at the bottom of this screen in the center.
  68.  
  69.    But what if someday a new file needs to be created?  Read on.
  70.  
  71.   
  72.  How to CREATE a File on the Editor:
  73.  
  74.    To create a new file, just type on the command line the word "CREATE"
  75.   
  76.    followed by a filename.  The editor will clear the present file   
  77.   
  78.    and put you in the insert (F4) mode with the cursor in the text
  79.  
  80.    area.  This does not create a file on any device.  You must be     
  81.  
  82.    sure to use the SAVE command to have it written to the disk.
  83.  
  84.  
  85.  How to list the FILES on a disk drive:
  86.  
  87.    All you must do is type "FILES" on the command line and press enter.
  88.  
  89.    The screen will clear and a list of files for the default drive will
  90.   
  91.    be displayed.  If you would like to see the filenames of a drive other
  92.  
  93.    than the present default drive, type the drive letter followed by a 
  94.  
  95.    colon after the command "FILES".  To get back to the edit file, enter
  96.  
  97.    the command "LIST".
  98.  
  99.  
  100.  How to get OFF the Editor:
  101.  
  102.    After you are finished editing a file, this command will take you
  103.  
  104.    back to DOS.  Be sure though you understand that this command does    
  105.  
  106.    not save any files.  If changes are made to a file and the changes
  107.   
  108.    are to be save, be sure to use the "SAVE" command first.  Also, there
  109.  
  110.    are not any backup file created by this editor.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.              If you find this program of use, please send $20.00 to:
  121.  
  122.                                Douglas McLean
  123.                             P.O. Box 94064
  124.                             B'ham, Al 35220
  125.  
  126.              This entitles you to a current version of the Editor
  127.              and your name will be added to a list for future updates.
  128.          Please send along any suggestions for future additions to  
  129.          the Editor.
  130.  
  131.              Please pay by either check or money order.  Make checks
  132.              payable to Douglas McLean.  Also be sure to include your
  133.             name and address with zip code for future references.
  134.          Allow 2 to 3 weeks for delivery of the latest version
  135.          diskette.
  136.  
  137.              This program is being distributed under the guidelines of
  138.                Freeware.  The price only covers the cost and the trouble
  139.           of producing this product.  Future update versions will
  140.          have a small additional charge of $5.00 a diskette.
  141.  
  142.  
  143.                                    PC EDITOR            Page 1 of 15
  144.  
  145.   Quick Reference
  146.  
  147. CAPS              (#1),#2
  148.       Changes all alphabetic letters to upper case.
  149.  
  150. CHANGE            |*string1*string2*| (line1),line2
  151.       Replaces all occurances of string1 with string2.
  152.  
  153. CHDIR             (PATH)
  154.       Changes directory.
  155.  
  156. CLEAR             (none)
  157.       Clears the screen.
  158.  
  159. CLS               (none)
  160.       Clears the screen.
  161.  
  162. COLOR             |#1|,#2,#3,#4
  163.       Changes colors for the screen.
  164.  
  165. CREATE            |(d:)(path/)(filename.ext)| or |*|
  166.       Clears memory for a new file to be entered.
  167.  
  168. CURSOR            (none)
  169.       Changes cursor size.
  170.  
  171. DELETE            |(#6),(#2)|
  172.       Deletes a group of lines
  173.  
  174. DOS               (command) (filename)
  175.       Allows for DOS command to be entered.
  176.  
  177. DRIVE             (A),B,C ... etc
  178.       Changes or displays default drive.
  179.  
  180. DUPLICATE         |#1,#2,#3|
  181.       Repeats a group of lines
  182.  
  183. EXECUTE           |(d:)(path)(filename.ext)|
  184.       Executes the program listed.
  185.  
  186. FILES             (none)
  187.       Directory of the default drive.
  188.  
  189. FIND              |*string*|
  190.       Displays first occurance of string.
  191.  
  192.  
  193.  
  194.  
  195.                                   --   1.  --
  196.  
  197.  
  198.  
  199.  
  200.  
  201.                        PC EDITOR                  Page 2 of 15 
  202.  
  203.  
  204. KILL              |(d:)(path/)(filename.ext)| or |*|
  205.       DELETES the FILE specified from a disk drive.
  206.  
  207. LIST              (#)
  208.       List file with line specified.  Default is 1.
  209.  
  210. LOAD              |(d:)(path/)(filename.ext)| or |*|
  211.       Loads a file specified from a disk drive.
  212.  
  213. MERGE             |(d:)(path/)(filename.ext)| or |*|
  214.       Merges a file from disk to the end of a file in memory.
  215.  
  216. MKDIR             |path|
  217.       Makes a sub-directory.
  218.  
  219. MOVE              |#1,#2,#3|
  220.       Moves a group of lines in the file in memory to a new location.
  221.  
  222. OFF               (none)
  223.       Returns to system program.
  224.  
  225. PRINT             (#1),#2
  226.       Prints the file in memory or the lines specfied.
  227.  
  228. RMDIR             |path|
  229.       Deletes a sub-directory.
  230.  
  231. SAVE              |(d:)(path/)(filename.ext)| or |*|
  232.       Saves a file specified to disk.
  233.  
  234. SPLIT             |(d:)(path/)(filename.ext)| or |*|
  235.       Splits a file into multiply files.
  236.  
  237. SUBMIT            (none)
  238.       Sends file in memory to RJE.
  239.  
  240. TABS              |#1|,#2,...,#10
  241.       Changes tab key settings.
  242.  
  243. +                 (none)
  244.       Displays last command on the command line.
  245.  
  246. -                 (none)
  247.       Executes last command entered again.
  248.  
  249.  
  250.  
  251.   
  252.  
  253.                                   --   2.  --
  254.  
  255.                                    PC EDITOR                Page 3 of 15
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.                     DEFINED KEYS
  264.           Key                      Function
  265.  
  266.            F1               Pages twenty lines forward.
  267.            F2               Pages twenty lines backward.
  268.            F3               Advances one line forward.
  269.            F4               Insert up to ninteen lines.
  270.            F5               Updates present screen.
  271.  
  272.             (All other FUNCTION KEYS are undefined)
  273.  
  274.  
  275.        CTRL-END             Erases to the end of the line from
  276.                             the current cursor position.
  277.        CTRL-BRK             Stops certain processes while executing.
  278.        SHIFT-PrtSc          Prints present screen on the printer.
  279.        END                  Positions the cursor to the last character
  280.                             of a line.
  281.        PgUp                 Pages twenty lines backward. (same as F2)
  282.        PgDn                 Pages twenty lines forward. (same as F1)
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.                                   --   3.  --
  299.  
  300.                        PC EDITOR               Page 4 of 15  
  301.  
  302.  
  303.  
  304.    COMMENTS:
  305.  
  306.      When an asterisk (*) is used in a command, the editor will take the
  307. default file name and use it.  The default file name is displayed on the
  308. bottom line in the center.
  309.  
  310.  
  311.      When entering a command, only the first three characters of the
  312. command need to be entered except for commands one character in length.
  313.  
  314.  
  315.      To have a blank line, there must be atleast one character (or a
  316. space) on that line.  The longest line allowed is 253 characters.
  317.  
  318.  
  319.      To erase a line completly from the screen, press CTRL-END keys
  320. simultaneously.  This will erase all the characters on a line from     
  321. the cursor location until the end of the line.
  322.  
  323.  
  324.      This program requires minimum 128k of memory and DOS version 2.0   
  325. to work properly.
  326.  
  327.  
  328.      The percentage displayed on the bottom line is the amount of memory
  329. left for your file out of the initial 64k work block.
  330.  
  331.  
  332.      The largest file that can be created or edited is 65,535 bytes long.
  333. To keep the size of the file down, use the standard tabs instead of the
  334. space bar. If the tab key is redefined by using the TABS command, this
  335. rule does not apply.
  336.  
  337.  
  338.      The user can create a file called AUTOEXEC.ED that is composed of
  339. commands for the editor.  Everytime the editor is executed it will look
  340. on the default drive for this file.  If it is found, each line will be  
  341. executed as a separated command.  When creating this file, each command 
  342. can only be eighty characters in length.  If larger, only the first 
  343. eighty columns are used.
  344.  
  345.  
  346.      On certain editor functions the CONTROL BREAK key can be used to
  347. terminate the process. The functions included are PRINTing, listing the
  348. FILES, and when the AUTOEXEC.ED is executing.
  349.  
  350.  
  351.      When using the DOS command, the user should be sure to have the same
  352. COMMAND.COM file version on the default drive that the system is booted
  353. up under.  Not having this will cause serious problems.
  354.  
  355.  
  356.      When specifing a string in such commands as SCAN and EDIT, a
  357. character can be represented by it's hexidecimal equivalent.  For
  358. example an "*A*" would be "*&H41*". All other unprintable characters can
  359. be edited this way except the CR and LF at the end of each line.
  360.  
  361.  
  362.                                   --   4.  --
  363.  
  364.  
  365.  
  366.                                    PC EDITOR                  Page 5 of 15
  367.  
  368.  
  369.     When your are trying to LOAD a file larger than 64k into the
  370. Editor, a message will appear requesting you to use the SPLIT command.
  371. This will SPLIT a file into segments of 75% of 64k.  The file being
  372. split must reside on a disk drive. The new files will be created on 
  373. the default drive with names ranging from SPLIT.001 to SPLIT.999.  
  374. If SPLIT files already exist, the numbering will continue with the 
  375. next highest numbered extension.  To join the files back together, 
  376. use the DOS command COPY. 
  377.     Example:  DOS COPY SPLIT.001+SPLIT.002 EDIT.DAT 
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.                                   --   5.  --
  393.  
  394.  
  395.  
  396.                   PC EDITOR                Page 6 of 15 
  397.  
  398.  
  399. CAPS (Changes to upper case letters)
  400. Command
  401.  
  402. Purpose:   Change all of the lower case letters to upper case.
  403.  
  404. Format:    CAPS  (#1),#2
  405.  
  406. Remarks:   All letters between  a lower case "a" and "z"  will be changed
  407.            to it's  respective upper case  letter.  The line  numbers are
  408.            optional.  If  only one line  number is supplied,  the letters
  409.            from that line  on down are changed.  But if  two line numbers
  410.            are supplied, then the letters within the lines are changed.
  411.  
  412.  
  413. CHANGE (Edit a string)
  414. Command
  415.  
  416. Purpose:   Replaces all occurances of the first string to the contents of
  417.            the second string.
  418.  
  419. Format:    CHANGE |*string1*string2*| (line1),line2
  420.  
  421. Remarks:    All  occurances of  the  first  string  are replaced  by  the
  422.            contents of the second string.  Strings can be in lenght up to
  423.            fifteen  characters. The  first  string  must be  atleast  one
  424.            character, but  the second string can  have a length  of zero.
  425.            Changing  starts with  the top  line  on the  screen unless  a
  426.            starting line  with or without an  ending line is  given after
  427.            the strings.
  428.  
  429.  
  430. CHDIR (Change Directory)
  431. Command
  432.  
  433. Purpose:   Change the DOS  current directory of the  specified or default
  434.            drive.
  435.  
  436. Format:    CHDIR ((d):path)
  437.  
  438. Remarks:   DOS  will  change  the  current  directory  to  the  directory
  439.            specified, and now will use this  directory as the default. If
  440.            a directory is not specified, the path of the default drive is
  441.            displayed.
  442.  
  443.  
  444. CLEAR (Clears the screen)
  445. Command
  446.  
  447. Purpose:   Clears the current screen.
  448.  
  449. Format:    CLEAR or CLS
  450.  
  451. Remarks:   When this  command is entered, the  page location is  reset to
  452.            the first page in memory.
  453.  
  454.  
  455.                                   --   6.  --
  456.  
  457.  
  458.  
  459.                     PC EDITOR                 Page 7 of 15
  460.  
  461.  
  462. COLOR (Changes the colors for display)
  463. Command
  464.  
  465. Purpose:  Change the current colors displayed on the color monitor.
  466.  
  467. Format:   COLOR   |#1|,#2,#3,#4
  468.  
  469. Remarks:  On  the color  monitor, the  colors  can be  changed from  the
  470.           default by  using this command.   The first  number determines
  471.           the  color  for the  text  being  edited.  The  second  number
  472.           changes the  color for the command  line, the reply  line, and
  473.           the status line.   The third number changes the  color for the
  474.           frame around the screen.  The  fourth number changes the color
  475.           of the column  lines.  If the fourth number  is not specified,
  476.           the second is used as the default.
  477.  
  478.  
  479. CREATE (Creates a new file)
  480. Command
  481.  
  482. Purpose:  To clear memory and rename the default file for a new program.
  483.  
  484. Format:   CREATE |(d:)(path/)(filename.ext)|
  485.  
  486. Remarks:  When this command  is entered, the previous file  in memory is
  487.           erased and  can not  be retrieved.  The cursor  is position in    
  488.           the insert mode ready for input.
  489.  
  490.  
  491. CURSOR (Changes the cursor size)
  492. Command
  493.  
  494. Purpose:  Changes the size of the cursor to a full block.
  495.  
  496. Format:   CURSOR
  497.  
  498. Remarks:  The first time  the command is entered the  cursor will change
  499.           to a  full block.  The  second time  it is entered  the cursor
  500.           will return to it's original size.
  501.  
  502.  
  503. DELETE (Deletes lines)
  504. Command
  505.  
  506. Purpose:  Deletes a group of lines at one time.
  507.  
  508. Format:   DELETE  |#1,#2|
  509.  
  510. Remarks:  To delete  a line or  a group of  lines, enter the  first line
  511.           (number) to be  deleted followed by the last  line (number) to
  512.           be deleted. Only one hundred lines can be deleted at one time.
  513.  
  514.  
  515.  
  516.                                   --   7.  --
  517.  
  518.  
  519.  
  520.                    PC EDITOR            Page 8 of 15
  521.  
  522.  
  523. DOS (Enter DOS commands)
  524. Command
  525.  
  526. Purpose:   Allows for a DOS command or file to be executed.
  527.  
  528. Format:    DOS (command) (parameter)
  529.  
  530. Remark:    To enter a  DOS  command,  type  DOS followed  by the  command
  531.            desired.  By entering just the DOS command alone allows you to
  532.            get into another copy  of the  command processor.  To get back    
  533.            to the Editor, type EXIT at the DOS prompt and press enter.
  534.  
  535.  
  536. DRIVE (Change drive)
  537. Command
  538.  
  539. Purpose:   Changes the default drive to the one specified.
  540.  
  541. Format:    DRIVE |A|,B,C
  542.  
  543. Remark:    To change the  default drive, specify the new  drive after the
  544.            command.   If a  drive  is not  specified,  the reply  message
  545.            'DEFAULT DRIVE IS ?' is returned.
  546.  
  547.  
  548. DUPLICATE (Duplicate lines)
  549. Command
  550.  
  551. Purpose:   Duplicate a group of lines to a new location.
  552.  
  553. Format:    DUPLICATE |#1,#2,#3|
  554.  
  555. Remarks:   This command can  be used to duplicate  a group of lines  to a
  556.            new location.  The first line  (number) specified is the start
  557.            of the group  of lines. The second line  (number) specified is
  558.            the ending  of the  group of  lines. The  third line  (number)
  559.            specified is the insert point for  the group of lines. Only 20
  560.            lines can be duplicated at one time.
  561.  
  562.  
  563. EXECUTE (executes a program)
  564. Command
  565.  
  566. Purpose:   Executes another program from the editor.
  567.  
  568. Format:    EXECUTE |(d:)(path/)(filename.ext)(parameter)|
  569.  
  570. Remarks:   This  command  will  execute another  program from  within the
  571.            editor.  The file  must have  either an  EXE or COM extention.
  572.            After the  program has  completed execution,  the system  will 
  573.            return to the editor. The file in memory will still be present 
  574.            for editing. Possible errors returned are INSUFFICIENT MEMORY,
  575.            FILE NOT FOUND, and ERROR IN EXECUTION.
  576.  
  577.  
  578.                                   --   8.  --
  579.  
  580.  
  581.  
  582.                    PC EDITOR            Page 9 of 15
  583.  
  584.  
  585. FILES (List directory)
  586. Command
  587.  
  588. Purpose:  Lists the current directory.
  589.  
  590. Format:   FILES (d:)(path/)(filename.ext)
  591.  
  592. Remarks:  The files command gives a listing  of the files on the current
  593.           directory, sub-directory, or the one that is specified.
  594.  
  595.  
  596. FIND (scans the file in memory)
  597. Command
  598.  
  599. Purpose:  To find the first occurance of a string.
  600.  
  601. Format:   FIND *string1*
  602.  
  603. Remarks:  This command will  allow you to  find the first  occurance of a  
  604.           string up to fifteen characters  in length.  The minus sign (-)
  605.           can be  used after  this command  to find  the next  occurance.
  606.       When all  of the  occurances  of a  string have  been found,  a
  607.           message will be displayed.
  608.  
  609.  
  610. KILL (Deletes file)
  611. Command
  612.  
  613. Purpose:  Deletes the file specified from a disk drive.
  614.  
  615. Format:   KILL |(d:)(path/)(filename.ext)|
  616.  
  617. Remark:   The file  specified or the default  file will be  DELETED from
  618.           the directory of the disk drive.
  619.  
  620.  
  621. LIST (Displays text)
  622. Command
  623.  
  624. Purpose:  Display the file loaded on the screen.
  625.  
  626. Format:   LIST (#)
  627.  
  628. Remarks:  The list  command displays the beggining  page of the  text on
  629.           the screen.   A line number can  be specified and a  page beg-
  630.           gining with that  line will be displayed.  If  the line number
  631.           is greater  than the actual number  of lines, the end  of file
  632.           line is  displayed. Paging back by  using F2 will  display the
  633.           last page of the file in memory.
  634.  
  635.  
  636.  
  637.  
  638.                                   --   9.  --
  639.  
  640.  
  641.  
  642.                    PC EDITOR            Page 10 of 15 
  643.  
  644.  
  645. LOAD (Loads files)
  646. Command
  647.  
  648. Purpose:   Loads a file from a drive to be edited.
  649.  
  650. Format:    LOAD |(d:)(path)(filename.ext)|
  651.  
  652. Remarks:   With this command the user can  load a standard ASCII file for
  653.            updates.  The  file can be  up to  64k bytes an  length.  This
  654.            command changes the  default file  and remembers what drive it
  655.        was read from.
  656.  
  657.  
  658. MERGE (merges files)
  659. Command
  660.  
  661. Purpose:   Merges a file from a drive to an existing file in memory.
  662.  
  663. Format:    MERGE |(d:)(path/)(filename.ext)|
  664.  
  665. Remarks:   This command  is used to  load a file  from a disk  drive into
  666.            memory after  the present file  loaded. The default  file name
  667.            stays unchanged.
  668.  
  669.  
  670. MKDIR (Makes directory)
  671. Command
  672.  
  673. Purpose:   Makes a new sub-directory on the default drive.
  674.  
  675. Format:    MKDIR |(d:)path|
  676.  
  677. Remarks:   In  making a  new sub-directory  specify the  ASCII string  as
  678.            defined in  the DOS manual.  A  sub-directory will be  made on
  679.            the default drive in the current directory.
  680.  
  681.  
  682. MOVE (transfer lines)
  683. Command
  684.  
  685. Purpose:   To move a  group of lines from  one location in the  file to a
  686.            new location.
  687.  
  688. Format:    MOVE |#1,#2,#3|
  689.  
  690. Remarks:   The first line (number) specified  is the starting location of
  691.            a  line  or  a  group of  lines.   The  second  line  (number)
  692.            specified is the ending location of  that group of lines to be
  693.            moved.  The third line (number)  specified is the insert point
  694.            for the group of lines.
  695.  
  696.  
  697.  
  698.  
  699.                                   --   10.  -- 
  700.                    
  701.  
  702.  
  703.                     PC EDITOR                  Page 11 of 15
  704.  
  705.  
  706. OFF (Exit program)
  707. Command
  708.  
  709. Purpose:  The OFF command returns the user back to DOS.
  710.  
  711. Format:   OFF
  712.  
  713. Remarks:  You will be  returned to the DOS  operating system.  If a color
  714.           monitor is being  used, the frame  color will  remain the same.
  715.  
  716.  
  717. PRINT (Prints the file on memory)
  718. Command
  719.  
  720. Purpose:  This command is  used for a listing  of the file in  memory on
  721.           the printer.
  722.  
  723. Format:   PRINT (#1),#2
  724.  
  725. Remarks:  If you wants to  print the whole listing,  the "PRINT" command
  726.           without any line numbers can be used.  To print only a portion
  727.           of the file, line numbers  can be  specified. The file will be
  728.           printed from the first line listed until the last line listed.
  729.           If the second line is not listed, the file is    printed from the
  730.           first line number until the end of the file.
  731.  
  732.  
  733. RMDIR (Removes a directory)
  734. Command
  735.  
  736. Purpose:  Removes a sub-directory from the specified or default drive.
  737.  
  738. Format:   RMDIR |(d:)path|
  739.  
  740. Remarks:  In  removing  a  sub-directory specify  the  ASCII  string  as
  741.           defined in  the  DOS  manual.   In  order  to  delete  a  sub-
  742.           directory, the directory must already be empty.
  743.  
  744.  
  745. SAVE (saves a file from memory)
  746. Command
  747.  
  748. Purpose:  To save the present file being edited to a disk file.
  749.  
  750. Format:   SAVE |(d:)(path/)(filename.ext)|
  751.  
  752. Remarks:  With this command you can save a file in a standard ASCII form
  753.           The file saved  can be up to 64k bytes in length.  The default
  754.           file name will be changed.
  755.  
  756.  
  757.  
  758.                                   --   11.  --
  759.  
  760.  
  761.  
  762.                     PC EDITOR            Page 12 of 15
  763.  
  764.  
  765. SPLIT (splits a file into multiply files)
  766. Command
  767.  
  768. Purpose:   To split a file to large for editing into smaller files.
  769.  
  770. Format:   SPLIT  |(d:)(path/)(filename.ext)|
  771.  
  772. Remarks:   The SPLIT command is used when a  file is to large to fit into
  773.            memory  (over  64k).  The  amount of  files  created  will  be
  774.            determined by the  size of the input file.   Each file created
  775.            will have a maximum length of 75% of 64K, allowing enough room
  776.            for  editing.   The  filenames  for the  split  file  will  be
  777.            SPLIT.001 to  SPLIT.nnn.  The numbering  will start  after the
  778.            highest numbered extension.  This command allows a user to get
  779.            around the limitation of only being  able to edit a 64k length
  780.            file.  To  join the SPLIT files  back together again,  use the
  781.            DOS command COPY.
  782.  
  783.  
  784. SUBMIT (send a program to the main computer)
  785. Command
  786.  
  787. Purpose:   To send a file out the async port.
  788.  
  789. Format:    SUBMIT
  790.  
  791. Remarks:   The  file  must be  already loaded  into memory of the editor.
  792.            When this  command is entered, the file  will be sent  through
  793.            the  asynchronous  adapter  at the  default baud  rate of  the 
  794.            editor  or a  baud rate  set by  using the  DOS MODE  command.  
  795.            There is no  way of breaking  in the middle of  sending a file  
  796.         and there is not any Hand Shaking between devices.
  797.         (Enter on the command line to set the default Baud Rate.)
  798.        DOS MODE COMn:baud,parity,databits,stopbits
  799.  
  800.  
  801.  
  802. TABS (set tabs)
  803. Command
  804.  
  805. Purpose:   To set the tab columns for the tab key.
  806.  
  807. Format:    TABS |#1|,#2,...,#10
  808.  
  809. Remarks:   The tab key  can be changed from  the default values to  a new
  810.            set of values.  You can  define up  to ten tab  settings for a
  811.            row on the screen.
  812.  
  813.  
  814. + (plus)
  815. Command
  816.  
  817. Purpose:   Displays previous command.
  818.  
  819. Format:    +
  820.  
  821. Remarks:   This  command displays  the command  previously entered.   The
  822.            command is only displayed, not executed.
  823.  
  824.  
  825.                                --   12.  --
  826.  
  827.  
  828.  
  829.                           PC EDITOR            Page 13 of 15
  830.  
  831.  
  832. - (minus)
  833. Command
  834.  
  835. Purpose:  Executes previous command.
  836.  
  837. Format:   -
  838.  
  839. Remarks:  This  command executes  the  previous  command entered.   When
  840.           using commands such as SCAN, the minus command is helpful.
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.                                  --   13.  --
  859.  
  860.  
  861.  
  862.                    PC EDITOR            Page 14 of 15       
  863.  
  864.                              
  865.                                 RETURN MESSAGES
  866.                           What do such messages mean.
  867.  
  868.        MESSAGES                           REASON
  869.  
  870.    ACCESS DENIED                    The path can not be accessed.
  871.  
  872.    DEFAULT DRIVE IS |A|             Gives the present default drive.
  873.  
  874.    DIRECTORY OF DRIVE |A|           The directory of the default drive
  875.                                     was given.
  876.  
  877.    ENTER COMMAND                    The editor is waiting for a
  878.                                     command to be entered.
  879.  
  880.    ERROR IN EXECUTION               While execution of another program,
  881.                                     an error occured.
  882.  
  883.    FILE NOT FOUND                   The file specified was not located
  884.                                     on the drive searched.
  885.  
  886.    FILE TO LARGE TO LOAD -          The file specified on a load is
  887.    USE THE SPLIT COMMAND            larger than 64k.
  888.  
  889.    FILE TO LARGE TO MERGE -         The file specified on a merge is
  890.    USE DOS COPY COMMAND             too large to fit in the remaining
  891.                                     portion of unused memory.
  892.  
  893.    IMPROPER LINE NUMBER             The line for that number does not
  894.                                     exist in the text.
  895.  
  896.    INSUFFICIENT DISK SPACE          Not enough space on the disk drive.
  897.  
  898.    INSUFFICIENT MEMORY              The memory left in the text area
  899.                                     was not enough for the function
  900.                                     being performed.
  901.  
  902.    INVALID COMMAND NAME             The command name given is not
  903.                                     recognized.
  904.  
  905.    INVALID DRIVE SPECIFIED          Drive given is an invalid drive for
  906.                                     the system.
  907.  
  908.    INVALID FILE SPECIFIED           The file name given is incorrect
  909.                                     according to the DOS standards.
  910.  
  911.    INVALID HEX NUMBER               The hexidecimal number given is
  912.                                     invalid.
  913.  
  914.    INVALID LINE NUMBER              Line number is not numeric.
  915.  
  916.    INVALID LINE SPECIFIED           The sequence of the line numbers
  917.                                     is invalid.
  918.  
  919.    INVALID STRING                   The string delimiters are not found.
  920.  
  921.  
  922.  
  923.  
  924.                                  --   14.  --
  925.  
  926.  
  927.  
  928.                                    PC EDITOR                Page 15 of 15
  929.  
  930.                         
  931.    INVALID STRING LENGTH            Too many characters in the string
  932.                                     specified.
  933.  
  934.    NO FILE SPECIFIED                The file name is not present in
  935.                                     a command.
  936.  
  937.    NO COLOR MONITOR                 The PC being used does not have
  938.                                     a color monitor connected.
  939.  
  940.    PATH NOT FOUND                   The directory specified was not
  941.                                     located.
  942.  
  943.    PRINTER IS NOT READY             Printer is either turn off or off
  944.                                     line.
  945.  
  946.    PROCESS COMPLETED                The command entered ended normally.
  947.  
  948.    PROCESS TERMINATED               The command executing has ended
  949.                                     abnormally. The problem should be 
  950.                     noticable.
  951.  
  952.    SENDING THE FILE                 The file loaded into memory is
  953.                                     being sent through the communication
  954.                                     port.
  955.  
  956.    STRING FOUND                     The string being searched for was
  957.                                     found.
  958.  
  959.    STRING NOT FOUND                 The string being searched for was
  960.                                     not found in the remainder of the
  961.                                     file.
  962.  
  963.    TOO MANY LINES                   Trying to use a group of lines
  964.                                     larger than what the command will
  965.                                     accept.
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.                                  --   15.  --
  976.  
  977.